home *** CD-ROM | disk | FTP | other *** search
/ Programmer Power Tools / Programmer Power Tools.iso / pcresrc / pcr8808.arc / SRT.BAT < prev    next >
DOS Batch File  |  1988-02-17  |  74b  |  5 lines

  1. echo off
  2. sort/+%1% < nufile > sorted
  3. type sorted | more
  4. type srt.lbl
  5.